Since Version 2.0, ProRen is featuring an Arexxport, making ProRen even more flexible. ProRen's arexxport features three kinds of commands:


Commands, that start an action are:

Commands, that set/get the status of a gadget:
If the status shall be set, the command must be introduced by SET. If the status shall be get, there must be a GET introducing the command. SET commands do not return a value but you have to give a parameter. GET commands do not use a parameter, but return a value in result.

Example:
SET BASENAME 'Anim.'
name=GET BASENAME
oldbase=result /* set oldbase to the got basename */